home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / chip-cd_2005_03d.zip / 03d / Narzedzia systemowe / dbDeveloper 1.95 / dbdsetup.exe / {app} / Templates / Oracle / Procedure.tl < prev    next >
Text File  |  2004-12-12  |  215b  |  15 lines

  1. CREATE OR REPLACE 
  2. PROCEDURE #name#
  3.  /*
  4.   * Author: 
  5.   * Description: 
  6.   * Created: #date# by dbDeveloper
  7.   */
  8.   -- argument in out datatype
  9. )
  10. IS
  11. BEGIN
  12.     -- Add PL/SQL statements here
  13. END #name#;
  14.